FontMake
Type
operator
Summary
Creates a new instance of the named font.
Syntax
font <mName>
Description
Creates a new instance of the named font.
Parameters
Name | Type | Description |
---|---|---|
mName | An expression which evaluates to a string. |
Examples
// Create Arial font
variable tFont as Font
put font "Arial" into tFont